Skip to main content

Week 5

Milestones

  • Completed the required setups and started working on the code.
  • Submitted the PR by implementing part of the solution which filters employees based on Jurisdictions and Parent Jurisdictions To implement the solution used Trees to store Jurisdiction data to store them based on a heirarchy which can then be parsed accordingly.
  • Received feedback on the implentation Started to work on the changes

Contributions

Learnings

  • kubectl to export KUBECONFIG that can be used to connect to pods running on other servers.
  • Understanding the code-flow by setting up debug points to figure the parts that need to be changed.